ReadPixels(byte[])

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Surface


Copies the pixel data in the specified byte array.

Syntax

public void ReadPixels(
	byte[] target
)

Back to index